home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TPROPSFORM / TPROPSFORM.txt
Text File  |  2004-09-13  |  6KB  |  241 lines

  1. object PropsForm: TPropsForm
  2.   Left = 236
  3.   Top = 334
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 313
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   DesignSize = (
  17.     292
  18.     313)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TTntButton
  22.     Left = 8
  23.     Top = 284
  24.     Width = 75
  25.     Height = 25
  26.     Anchors = [akLeft, akBottom]
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object CancelButton: TTntButton
  33.     Left = 88
  34.     Top = 284
  35.     Width = 75
  36.     Height = 25
  37.     Anchors = [akLeft, akBottom]
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object PageControl: TTntPageControl
  44.     Left = 0
  45.     Top = 0
  46.     Width = 292
  47.     Height = 277
  48.     ActivePage = VerifyPage
  49.     Align = alTop
  50.     Anchors = [akLeft, akTop, akRight, akBottom]
  51.     TabOrder = 2
  52.     object UpdatePage: TTntTabSheet
  53.       Caption = '&Update'
  54.       DesignSize = (
  55.         284
  56.         249)
  57.       object MaskLabel: TTntLabel
  58.         Left = 8
  59.         Top = 45
  60.         Width = 49
  61.         Height = 13
  62.         Caption = 'Files &mask'
  63.         FocusControl = MaskEdit
  64.       end
  65.       object UpdateFolderLabel: TTntLabel
  66.         Left = 8
  67.         Top = 4
  68.         Width = 122
  69.         Height = 13
  70.         Caption = 'Default &folder for updating'
  71.         FocusControl = UpdateFolderEdit
  72.       end
  73.       object MaskEdit: TTntEdit
  74.         Left = 8
  75.         Top = 61
  76.         Width = 268
  77.         Height = 21
  78.         TabOrder = 1
  79.         Text = '*.*'
  80.       end
  81.       object RecurseBox: TTntCheckBox
  82.         Left = 8
  83.         Top = 90
  84.         Width = 268
  85.         Height = 17
  86.         Caption = '&Recursive processing subfolders'
  87.         TabOrder = 2
  88.       end
  89.       object ModeBox: TTntGroupBox
  90.         Left = 143
  91.         Top = 130
  92.         Width = 128
  93.         Height = 110
  94.         Caption = ' &Update mode '
  95.         TabOrder = 5
  96.         object ModeAllBox: TTntCheckBox
  97.           Left = 11
  98.           Top = 16
  99.           Width = 112
  100.           Height = 17
  101.           Caption = 'for &All files'
  102.           TabOrder = 0
  103.           OnClick = ModeAllBoxClick
  104.         end
  105.         object ModeSizeBox: TTntCheckBox
  106.           Left = 11
  107.           Top = 48
  108.           Width = 112
  109.           Height = 17
  110.           Caption = 'if Si&ze changed'
  111.           TabOrder = 1
  112.           OnClick = ModeNewBoxClick
  113.         end
  114.         object ModeTimeBox: TTntCheckBox
  115.           Left = 11
  116.           Top = 68
  117.           Width = 112
  118.           Height = 17
  119.           Caption = 'if Ti&me changed'
  120.           TabOrder = 2
  121.           OnClick = ModeNewBoxClick
  122.         end
  123.         object ModeHashBox: TTntCheckBox
  124.           Left = 11
  125.           Top = 88
  126.           Width = 112
  127.           Height = 17
  128.           Caption = 'if has &Empty hash'
  129.           TabOrder = 3
  130.         end
  131.       end
  132.       object UpdateFolderEdit: TTntEdit
  133.         Left = 8
  134.         Top = 20
  135.         Width = 268
  136.         Height = 21
  137.         TabOrder = 0
  138.       end
  139.       object FindNewBox: TTntCheckBox
  140.         Left = 8
  141.         Top = 110
  142.         Width = 268
  143.         Height = 17
  144.         Anchors = [akTop, akRight]
  145.         Caption = 'Find &new files and Add to list'
  146.         TabOrder = 3
  147.       end
  148.       object DefaultBox: TTntGroupBox
  149.         Left = 8
  150.         Top = 130
  151.         Width = 130
  152.         Height = 110
  153.         Anchors = [akTop, akRight]
  154.         Caption = ' &Defaults for new files '
  155.         TabOrder = 4
  156.         DesignSize = (
  157.           130
  158.           110)
  159.         object HashLabel: TTntLabel
  160.           Left = 8
  161.           Top = 17
  162.           Width = 48
  163.           Height = 13
  164.           Anchors = [akTop, akRight]
  165.           Caption = 'Hash type'
  166.           FocusControl = HashBox
  167.         end
  168.         object CodeLabel: TTntLabel
  169.           Left = 8
  170.           Top = 65
  171.           Width = 72
  172.           Height = 13
  173.           Anchors = [akTop, akRight]
  174.           Caption = 'Hash encoding'
  175.           FocusControl = CodeBox
  176.         end
  177.         object HashBox: TComboBox
  178.           Left = 8
  179.           Top = 33
  180.           Width = 114
  181.           Height = 21
  182.           Style = csDropDownList
  183.           Anchors = [akTop, akRight]
  184.           ItemHeight = 0
  185.           TabOrder = 0
  186.         end
  187.         object CodeBox: TComboBox
  188.           Left = 8
  189.           Top = 81
  190.           Width = 114
  191.           Height = 21
  192.           Style = csDropDownList
  193.           Anchors = [akTop, akRight]
  194.           ItemHeight = 0
  195.           TabOrder = 1
  196.         end
  197.       end
  198.     end
  199.     object VerifyPage: TTntTabSheet
  200.       Caption = '&Verify'
  201.       DesignSize = (
  202.         284
  203.         249)
  204.       object VerifyFolderLabel: TTntLabel
  205.         Left = 8
  206.         Top = 4
  207.         Width = 120
  208.         Height = 13
  209.         Caption = 'Default &folder for verifying'
  210.         FocusControl = VerifyFolderEdit
  211.       end
  212.       object VerifyFolderEdit: TTntEdit
  213.         Left = 8
  214.         Top = 20
  215.         Width = 268
  216.         Height = 21
  217.         TabOrder = 0
  218.         Text = 'UpdateFolderEdit'
  219.       end
  220.       object SizeBox: TTntCheckBox
  221.         Left = 8
  222.         Top = 45
  223.         Width = 268
  224.         Height = 17
  225.         Anchors = [akTop, akRight]
  226.         Caption = 'Mark the file as changed, if si&ze is different'
  227.         TabOrder = 1
  228.       end
  229.       object TimeBox: TTntCheckBox
  230.         Left = 8
  231.         Top = 64
  232.         Width = 268
  233.         Height = 17
  234.         Anchors = [akTop, akRight]
  235.         Caption = 'Mark the file as changed, if ti&me is different'
  236.         TabOrder = 2
  237.       end
  238.     end
  239.   end
  240. end
  241.